diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-09-06 19:36:43 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-09-25 16:26:42 +0200 |
commit | 482be6fa1fc1f6fe1dbb3a3dba7f10bafba23f6b (patch) | |
tree | bab3efaeece8209b1399cbda6c81e732d71dda23 | |
parent | 20b1e1dea6fc21682f014fa586565f52e6b80379 (diff) | |
download | Chimère - projet Saclay-482be6fa1fc1f6fe1dbb3a3dba7f10bafba23f6b.tar.bz2 Chimère - projet Saclay-482be6fa1fc1f6fe1dbb3a3dba7f10bafba23f6b.zip |
CSS fixes
-rw-r--r-- | static/saclay/css/styles.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/static/saclay/css/styles.css b/static/saclay/css/styles.css index 6ed9e9f..3fdde4e 100644 --- a/static/saclay/css/styles.css +++ b/static/saclay/css/styles.css @@ -72,6 +72,10 @@ caption{ font-size:0.9em; } +#detail_footer a { + display: inline-block; +} + /* * Background colors */ @@ -1164,6 +1168,13 @@ a.share_id_email_single{ font-size:0; } +ul.share { + display: inline; + text-align: center; + font-style: normal; + padding: 2px 0; +} + #footer-panel{ text-align:center; padding:3px; |